home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1994.11.gz / 1994.11 / 000112_swift@acs.bu.edu_Thu Nov 17 11:10:30 1994.msg < prev    next >
Internet Message Format  |  1994-11-30  |  2KB

  1. Received: from acs3 (ACS3.BU.EDU) by cs.umb.edu with SMTP id AA02220
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Thu, 17 Nov 1994 16:36:45 -0500
  3. Received: by acs3 (8.6.9/BU_Server-1.1)
  4.     id QAA150326; Thu, 17 Nov 1994 16:10:32 -0500
  5. From: swift@acs.bu.edu (Matthew Swift)
  6. Message-Id: <199411172110.QAA150326@acs3>
  7. Date: Thu, 17 Nov 94 16:10:30 -0500
  8. Reply-To: swift@bu.edu
  9. To: tex-k@cs.umb.edu
  10. Subject: ~ sometimes expanded in texmf.cnf, sometimes not
  11.  
  12. tex version 6.1, patched to work with kpathsea 2.3 (I think I made the trivial patch to 2.4).   gcc 2.5.4, Nextstep 3.0.
  13.  
  14. lines in my texmf.cnf:
  15. ----------------------
  16.   latex2e_inputs = .:~/Library/tex//:$TEXMF/tex/latex2e//:$TEXMF/tex//
  17.   TEXINPUTS.latex = $latex2e_inputs
  18.   TEXCONFIG = .:~:$TEXMF/dvips
  19. ----------------------
  20.  
  21. from the output of "latex":
  22. ---------------------------
  23. kdebug:Search path for .tex files (from texmf.cnf)
  24. kdebug:  = .:~/Library/tex//:/usr/local/lib/texmf/tex/latex2e//:/usr/local/lib/t
  25. exmf/tex//
  26. kdebug:  before expansion = $latex2e_inputs
  27. kdebug:  font override var applies = 0
  28. kdebug:  application config file path = (none)
  29. kdebug:  texmf.cnf path = $latex2e_inputs
  30. kdebug:  compile-time path = .:/usr/local/lib/texmf/tex//
  31. --------------------------
  32.  
  33. Notice the ~ is not expanded. 
  34.  
  35. from the output of dvips:
  36. -------------------------
  37. kdebug:Search path for dvips config files (from texmf.cnf)
  38. kdebug:  = .:/swift:/usr/local/lib/texmf/dvips
  39. kdebug:  before expansion = .:~:$TEXMF/dvips
  40. kdebug:  font override var applies = 0
  41. kdebug:  application config file path = (none)
  42. kdebug:  texmf.cnf path = .:~:$TEXMF/dvips
  43. kdebug:  compile-time path = .:~:/usr/local/lib/texmf/dvips
  44. ----------------------
  45. Notice that ~ got expanded.
  46.  
  47. Matt